projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6df8ef2
)
Newer Lowrance models can use waypoint comments, so write them.
author
robertl
<robertl>
Mon, 14 Jan 2008 21:11:10 +0000
(21:11 +0000)
committer
robertl
<robertl>
Mon, 14 Jan 2008 21:11:10 +0000
(21:11 +0000)
lowranceusr.c
patch
|
blob
|
history
reference/lowrance.usr
patch
|
blob
|
history
diff --git
a/lowranceusr.c
b/lowranceusr.c
index 0664cdd56de22046a56bc61526194eb2152ecca8..308805b1661e988f123ec6ce63e4bc0b1e0b8eaa 100644
(file)
--- a/
lowranceusr.c
+++ b/
lowranceusr.c
@@
-682,7
+682,7
@@
lowranceusr_waypt_disp(const waypoint *wpt)
/**
* Comments aren't used by the iFinder yet so they just take up space...
*/
- if (
0 &&
wpt->description && strcmp(wpt->description, wpt->shortname) != 0) {
+ if (wpt->description && strcmp(wpt->description, wpt->shortname) != 0) {
comment = xstrdup(wpt->description);
TextLen = strlen(comment);
my_fwrite4(&TextLen, file_out);
diff --git
a/reference/lowrance.usr
b/reference/lowrance.usr
index 32b2ea607f0f12385a04786ca713d70456d34f61..26350d0292457fd874791cdd7e32be69f2700ee3 100644
(file)
Binary files a/reference/lowrance.usr and b/reference/lowrance.usr differ